Neural ODE

Source

What is Neural ODE

In Dynamical Systems, instead of a common ODE

dudt=f(u,t)$$,aneuralODEembedsaneuralnetworkintheODE:$$dudt=fNN(u,t)

What can it help

How does it work